From 84a280c8928e988f7e8fac3fe69f1b1e67d95da5 Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Sat, 22 Jan 2005 21:54:34 +0000 Subject: [PATCH] bitkeeper revision 1.1159.223.25 (41f2cb9aEKMZkZbvqBE0eXhpljlV4Q) Description: fix path to python There is no python2 in debian. Instead, use python. From: Adam Heath Signed-off-by: ian.pratt@cl.cam.ac.uk --- tools/python/xen/xend/server/SrvServer.py | 2 +- tools/python/xen/xend/sxp.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/python/xen/xend/server/SrvServer.py b/tools/python/xen/xend/server/SrvServer.py index 28ddaa7e48..353d6eed24 100644 --- a/tools/python/xen/xend/server/SrvServer.py +++ b/tools/python/xen/xend/server/SrvServer.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python # Copyright (C) 2004 Mike Wray """Example xend HTTP and console server. diff --git a/tools/python/xen/xend/sxp.py b/tools/python/xen/xend/sxp.py index 35b24aa8aa..e2c0de5c5b 100644 --- a/tools/python/xen/xend/sxp.py +++ b/tools/python/xen/xend/sxp.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python # Copyright (C) 2004 Mike Wray """ Input-driven parsing for s-expression (sxp) format. -- 2.30.2